home *** CD-ROM | disk | FTP | other *** search
/ KeyView Pro / KeyView Pro.iso / kv16 / _setup.lib / ikvplug.ini < prev    next >
Encoding:
INI File  |  1997-11-05  |  2.8 KB  |  112 lines

  1. ;
  2. ;  File:     IKVPLUG.INI - init file for IKVPLUG.DLL
  3. ;
  4. ;  Summary:  IKVPLUG.DLL is used by the KEYview installer to
  5. ;            add information to the Registry which is used
  6. ;            by the KEYview Plug-in Loader (KVPLUG.DLL).
  7. ;
  8.  
  9. ;  [KEYview Sections]
  10. ;  All sections (other than this one!) contained in this .INI file
  11. ;  which are to be added to KEYview's Registry settings must be listed here.
  12. ;  This is because there is no way in 16-bit for an application to enumerate
  13. ;  all sections in an .INI file!!
  14. ;  Note: what values they are defined as is irrelevent; only the section
  15. ;  names are used by IKVPLUG.DLL.
  16. ;
  17. [KEYview Sections]
  18. VAPI=1
  19. KVPLUG=1
  20. ContextMenu=1
  21. FrameMenu=1
  22. Icon=1
  23. Toolbar=1
  24. Tab=1
  25.  
  26. ;  [VAPI]
  27. ;  Define the window class as "kvPLUGIN"
  28. ;  Specify AutoDetect id's which will be handled by KVPLUG.DLL.
  29. ;  Note that there must also be a corresponding entry in the
  30. ;  [KVPLUG] section which map the AutoDetect id to a MIME type.
  31. ;
  32. [VAPI]
  33. kvplug.dll="kvPLUGIN"
  34. 199="plugin 0 kvplug.dll"
  35.  
  36. ;  [VAPI.16]
  37. ;  Contains additional [VAPI] entries for Win16 ONLY! 
  38. [VAPI.16]
  39. 200="plugin2 0 kvplug.dll"
  40.  
  41. ;  [VAPI.32]
  42. ;  Contains additional [VAPI] entries for Win32 ONLY! 
  43. [VAPI.32]
  44. 143="plugin 8192 kvplug.dll"
  45. 200="plugin2 8192 kvplug.dll"
  46. 234="plugin 0 kvplug.dll"
  47. 18="plugin 0 kvplug.dll"
  48. 252="plugin 0 kvplug.dll"
  49. 253="plugin 0 kvplug.dll"
  50. 256="plugin 0 kvplug.dll"
  51. 258="plugin 0 kvplug.dll"
  52.  
  53. ;
  54. ;  [KVPLUG] - This section contains mappings from AutoDetect numbers
  55. ;  to MIME types.  KVPLUG.DLL supports mapping to more than one
  56. ;  MIME type.  When there are multiple types they should be separated
  57. ;  with a vertical bar '|'.
  58. ;
  59. ;    example:
  60. ;       221="video/mpeg|x-video/mpeg"
  61. ;
  62. [KVPLUG]
  63. ; IMPORTANT: Remember to add format to [VAPI] section as well!
  64. 199="application/envoy"
  65. 200="application/pdf"
  66.  
  67. ;  [KVPLUG.32]
  68. ;  Contains additional [KVPLUG] entries for Win32 ONLY!
  69. ;
  70. [KVPLUG.32]
  71. 234="x-world/x-vrml"
  72. 18="image/x-mgx-drw"
  73. 143="vector/x-dxf|image/x-dxf|image/vnd.dxf"
  74. 252="image/x-cmx"
  75. 253="vector/x-dwg|image/x-dwg|image/vnd.dwg"
  76. 256="audio/x-pn-realaudio-plugin"
  77. 258="image/x-mgx-dsf"
  78.  
  79. ;  [ContextMenu], [FrameMenu], . . . , [Tab]
  80. ;  Info for toolbar, icon, menu, help tab, etc.
  81. ;
  82. [ContextMenu]
  83. plugin="21"
  84. plugin2="21"
  85.  
  86. [FrameMenu]
  87. plugin="29"
  88. plugin2="32"
  89.  
  90. [Icon]
  91. plugin="108"
  92. plugin2="108"
  93.  
  94. [Toolbar.16]
  95. ;  Contains additional [Toolbar] entries for Win16 ONLY! 
  96. plugin="6792 6 6502 6505 6511 6510 0 6547"
  97. plugin2="6792 6 6502 6505 6511 6510 0 6547"
  98.  
  99. ;  [Tab.16]
  100. ;  Contains additional [Tab] entries for Win16 ONLY! 
  101. [Tab.16]
  102. plugin="kvpref.dll 1"
  103. plugin2="kvpref.dll 1"
  104.  
  105. ;  [Tab.32]
  106. ;  Contains additional [Tab] entries for Win32 ONLY! 
  107. [Tab.32]
  108. plugin="kvoptions.dll 1"
  109. plugin2="kvoptions.dll 1"
  110.  
  111.  
  112.